home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TRESICONFIGAVANZADA / TRESICONFIGAVANZADA.txt < prev   
Text File  |  2008-07-21  |  3KB  |  153 lines

  1. object ResiConfigAvanzada: TResiConfigAvanzada
  2.   Left = 382
  3.   Top = 277
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Opciones avanzadas'
  7.   ClientHeight = 146
  8.   ClientWidth = 417
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnKeyPress = FormKeyPress
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PanelBotones: TPanel
  24.     Left = 0
  25.     Top = 97
  26.     Width = 417
  27.     Height = 49
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     ParentColor = True
  31.     TabOrder = 0
  32.     object ButtonAceptar: TPlaButton
  33.       Tag = 2200
  34.       Left = 249
  35.       Top = 20
  36.       Width = 73
  37.       Height = 21
  38.       HelpContext = 193
  39.       Anchors = [akRight, akBottom]
  40.       Caption = '&Aceptar'
  41.       TabOrder = 0
  42.       OnClick = ButtonAceptarClick
  43.       Default = True
  44.       ModalResult = 1
  45.     end
  46.     object ButtonCancelar: TPlaButton
  47.       Tag = 2400
  48.       Left = 330
  49.       Top = 20
  50.       Width = 73
  51.       Height = 21
  52.       HelpContext = 194
  53.       Anchors = [akRight, akBottom]
  54.       Caption = '&Cancelar'
  55.       TabOrder = 1
  56.       TabStop = False
  57.       Cancel = True
  58.       ModalResult = 2
  59.     end
  60.   end
  61.   object GroupBoxUnidadesDeRed: TPlaGroupBox
  62.     Tag = 227600
  63.     Left = 14
  64.     Top = 7
  65.     Width = 389
  66.     Height = 96
  67.     TitleFont.Charset = DEFAULT_CHARSET
  68.     TitleFont.Color = 8408344
  69.     TitleFont.Height = -11
  70.     TitleFont.Name = 'Tahoma'
  71.     TitleFont.Style = []
  72.     Caption = 'Unidades de red'
  73.     TabOrder = 1
  74.     object LblRed: TLabel
  75.       Left = 57
  76.       Top = 19
  77.       Width = 320
  78.       Height = 26
  79.       Caption = 
  80.         'Selecciona si deseas analizar las unidades de red y bloquear el ' +
  81.         'acceso a las mismas en caso de infecci∩┐╜n de virus.'
  82.       Constraints.MaxWidth = 320
  83.       Constraints.MinWidth = 320
  84.       Transparent = True
  85.       WordWrap = True
  86.     end
  87.     object Image9: TImage
  88.       Left = 10
  89.       Top = 22
  90.       Width = 32
  91.       Height = 32
  92.       Picture.Data = {<image001.bmp>}
  93.       Transparent = True
  94.     end
  95.     object Panel9x: TPlaPanel
  96.       Left = 58
  97.       Top = 52
  98.       Width = 205
  99.       Height = 33
  100.       TabOrder = 0
  101.       Visible = False
  102.       object CBbloAccUniRed: TPlaCheckBox
  103.         Tag = 227800
  104.         Left = 0
  105.         Top = 18
  106.         Width = 163
  107.         Height = 16
  108.         HelpContext = 209
  109.         Caption = 'Bloquear en caso de infecci∩┐╜n'
  110.         TabOrder = 1
  111.         TabStop = False
  112.       end
  113.       object CBanaUniRed: TPlaCheckBox
  114.         Tag = 227700
  115.         Left = 0
  116.         Top = 0
  117.         Width = 59
  118.         Height = 16
  119.         HelpContext = 208
  120.         Caption = 'Analizar'
  121.         TabOrder = 0
  122.         OnClick = CBanaUniRedClick
  123.       end
  124.     end
  125.     object PanelNT: TPlaPanel
  126.       Left = 58
  127.       Top = 52
  128.       Width = 185
  129.       Height = 35
  130.       TabOrder = 1
  131.       object CBRedNovell: TPlaCheckBox
  132.         Left = 0
  133.         Top = 18
  134.         Width = 87
  135.         Height = 16
  136.         Caption = 'Red de Novell'
  137.         TabOrder = 1
  138.         TabStop = False
  139.         ParentColor = False
  140.       end
  141.       object CBRedMicrosoft: TPlaCheckBox
  142.         Left = 0
  143.         Top = 0
  144.         Width = 102
  145.         Height = 16
  146.         Caption = 'Red de Microsoft'
  147.         TabOrder = 0
  148.         ParentColor = False
  149.       end
  150.     end
  151.   end
  152. end
  153.